home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / planner / relnode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  238 b   |  6 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/relnode.h,v 1.5 1991/11/15 16:23:23 hong Exp $ */
  2.  
  3. #include "nodes/relation.h"
  4. extern Rel get_rel ARGS((LispValue relid));
  5. extern Rel rel_member ARGS((LispValue relid, LispValue rels));
  6.